CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adaboost cascade face

搜索资源列表

  1. 基于眼裂的人脸图像归一化.doc

    0下载:
  2. 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fiss
  3. 所属分类:文档资料

    • 发布日期:2010-10-03
    • 文件大小:614400
    • 提供者:lichaoyou
  1. adaboost

    1下载:
  2. 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
  3. 所属分类:Graph Recognize

    • 发布日期:2014-06-03
    • 文件大小:13312
    • 提供者:
  1. Face-Detection

    0下载:
  2. 基于Adaboost级联分类的人脸和人眼检测,其中的三个xml是Adaboost分类器参数-Adaboost cascade based on the human face and eye detection, three of which are Adaboost classifier parameters xml
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:163275
    • 提供者:kiser_cai
  1. FaceDetectorOtherversion

    3下载:
  2. 人脸检测的一个程序,adaboost+cascade+haar 能运行-Face detection of a program, adaboost+ Cascade+ Haar to run
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:786759
    • 提供者:who
  1. facedetect_harrcascade

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529106
    • 提供者:wangdi
  1. CRL-2001-1

    0下载:
  2. 这片论文描述了动态物体的特征跟踪,用到了15个框架。拥有很强的适应性和跟踪能力。作为人脸识别,模式识别,动态跟踪的开发人员,有很好的参考价值。用c++编写,如果用OpenCV更好-This paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There ar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:784341
    • 提供者:lai
  1. facedetec-vcPP

    0下载:
  2. 训练好的人脸分类器,可直接载入运行,基于adaboost的级联分类器-Trained face classifier, can be directly loaded to run, based on cascade classifier adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4944943
    • 提供者:苏军
  1. Afacedetect_hd

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人人脸,能够实时检测视频中的人脸。没有采用opencv的代码。 -Based on the cascade of adaboost constructed for rapid detection of all face, real-time detection of the face in the video. Of opencv code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1371541
    • 提供者:卓越
  1. ViolaJones_IJCV

    0下载:
  2. 一种机器视觉的物体检测算法,是一种先进物体检测算法,全英文描述.讲述一种机器视觉的物体检测算法的实现-his paper describes a visual object detection framework that is capable of processing images extremely rapidly while achieving high detection rates. There are three key contributions. The fi r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:401988
    • 提供者:huyongjin
  1. codes-matlab

    0下载:
  2. this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:420623
    • 提供者:fatemeh
  1. AdaBoost-and-Cascade

    0下载:
  2. 基于AdaBoost和Cascade算法的人脸检测-Face detection based on AdaBoost and Cascade algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4545491
    • 提供者:xxjj
  1. FaceDection

    0下载:
  2. 基于dsp的人脸识别,使用harr特征和adaboost级联分类器(Based on dsp face recognition, use the harr feature and the adaboost cascade classifier)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:3505152
    • 提供者:devil00
  1. main

    0下载:
  2. 人脸检测: 第一部分,使用Harr-like特征表示人脸,使用“ 积分图”实现特征数值的快速计算; 第二部分, 使用Adaboost算法挑选出一些最能代表人脸的矩形特征( 弱分类器),按照加权投票的方式将弱分类器构造为一个强分类器; 第三部分, 将训练得到的若干强分类器串联组成一个级联结构的层叠分类器,级联结构能有效地提高分类器的检测速度。(Face detection: In the first part, the Harr-like feature is used t
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:14024235
搜珍网 www.dssz.com